home *** CD-ROM | disk | FTP | other *** search
/ Champak 106 / Vol 106.iso / games / maple_st.swf / scripts / DefineButton2_1926 / BUTTONCONDACTION on(rollOver).as < prev   
Encoding:
Text File  |  2010-04-12  |  145 b   |  7 lines

  1. on(rollOver){
  2.    var mybtnsound = new Sound();
  3.    mybtnsound.attachSound("BtMouseOver.mp3");
  4.    mybtnsound.start();
  5.    _root.cur.play();
  6. }
  7.